|
|
|
|
CreateParams Property, SftTabs Class |
Returns the required creation parameters when the control handle is created.
Syntax SftTabs Class (Softelvdm.SftTabsNET)
VB |
Protected ReadOnly Overridable Property CreateParams As CreateParams |
C# |
protected virtual CreateParams CreateParams { get; } |
C++ |
protected: property virtual CreateParams^ CreateParams { |
Property Value
A CreateParams object that contains the required creation parameters when the handle to the control is created.
Comments
The CreateParams property returns the required creation parameters when the control handle is created.